home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 87 < prev    next >
Encoding:
Text File  |  1996-08-06  |  985 b   |  27 lines

  1. Newsgroups: comp.lang.modula2
  2. Path: bcc.ac.uk!news
  3. From: Chris Austin <zcaccau>
  4. Subject: Re: HELP WITH WRITEREAL
  5. Message-ID: <1996Jan18.100043.30745@ucl.ac.uk>
  6. Date: Thu, 18 Jan 1996 10:00:43 GMT
  7. X-Url: news:4dhhe7$1ht0@huey.cadvision.com
  8. Content-Transfer-Encoding: 7bit
  9. Content-Type: text/plain; charset=us-ascii
  10. References: <4dhhe7$1ht0@huey.cadvision.com>
  11. Mime-Version: 1.0
  12. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3_U1 sun4c)
  13. Organization: University College London
  14.  
  15. This is only an idea, but I was doing a similar thing with a C++ compiler under
  16. UNIX.  Are you outputting anything after the writereal statement?  If not,
  17. stick in a WriteLn.  What I think might be happening is that it is outputting
  18. 10, and then the current instruction number in the shell that you are using.
  19. i.e 10 followed by 71, or 72 as in your example outputs, giving the appearance
  20. of 1071 and 1072.
  21.  
  22. I maybe completely wrong, but I thought that I would say this in case that is
  23. what is happening.
  24.  
  25. Chris
  26.  
  27.